home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
fec
/
fec.dem
next >
Wrap
Text File
|
1999-09-16
|
330b
|
18 lines
mode(-1)
oldln=lines()
lines(0)
deff('[]=demoex(num)','exec(''SCI/demos/''+demolist(num,2))')
demolist=[
'Graphics : Fec 1','fec/fec.ex1';
'Graphics : Fec 2','fec/fec.ex2'];
while %t then
num=x_choose(demolist(:,1),'Click to choose a demo');
if num=0 then
lines(oldln(1))
return
else
demoex(num)
end,
end